













@import "online.css";
@import "animate.min.css";
@import "../zui/css/zui.min.css";
@import "online.css";
.os-suit-btn {
  padding: 10px 40px;
  display: inline-block;
  background-color: #00aef3;
  color: #ffffff;
  border-radius: 3px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  border: 1px solid #00aef3;
  margin: 0 0 20px;
}
.os-suit-btn:hover {
  color: #ffffff;
  background-color: #00aef3;
}
.mt20 {
  margin-top: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.row {
  margin: 0;
}
* {
  font-family: "Microsoft Yahei" !important;
}
a,
a:hover {
  text-decoration: none !important;
  color: #333333;
}
a:focus {
  color: #ffffff;
}
ul,
ol {
  margin: 0!important;
  padding: 0!important;
  list-style: none;
}
p,
h1 {
  line-height: 1;
  margin: 0;
}
.com-p {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
}
.box {
  padding: 50px 0;
}
.mb20 {
  margin-bottom: 20px;
}
.mb50 {
  margin-bottom: 50px;
}
.friend {
  margin: 10px;
  display: inline-block;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.1);
  width: 180px;
  height: 180px;
}
.n-friend {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.n-friend:hover {
  border: 1px solid #00aef3;
  color: #00aef3;
}
.n-friend i {
  margin-right: 10px;
}
.header {
  background-color: #ffffff;
  border-bottom: 1px solid #f2f2f2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  z-index: 9999;
}
.header .active {
  color: #00aef3 !important;
}
.header .logo {
  margin: 0;
}
.header .logo a {
  background-image: url('../images/logo.png');
  //background-size: 116px;
  line-height: 38px;
  text-indent: -9999px;
  float: left;
  display: block;
  width: 136px;
  height: 48px;
  margin-top: 7px;
  background-repeat:no-repeat;
}
.hotline  {
  background-image: url('../images/hotline.png');
    background-size: 220px;
    text-indent: -9999px;
    float: left;
    width: 220px;
    height: 38px;
    margin-top: 3px;
    margin-left: 30px;
}

.header .main-nav .menu {
  float: right;
}
.header .main-nav .menu > li {
  float: left;
  line-height: 60px;
  margin-right: 30px;
}
.header .main-nav .menu > li > a {
  padding: 7px;
  color: #333333;
  font-size: 16px;
}
.header .main-nav .menu > li > a:hover {
  color: #00aef3;
}
.header .main-nav .menu .dp-tag {
  position: relative;
}
.header .main-nav .menu .dp-tag:hover > a,
.header .main-nav .menu .dp-tag:hover i {
  color: #00aef3;
}
.header .main-nav .menu .dp-tag:hover .dp-menu {
  display: block;
}
.header .main-nav .menu .dp-tag i {
  font-size: 18px;
}
.header .main-nav .menu .dp-tag .dp-menu {
  position: absolute;
  min-width: 145px;
  width: 145px;
  padding: 5px 0;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 10;
  display: none;
  opacity: 0;
  background-color: #ffffff;
  transform: translateY(-10px);
  transition: opacity .2s ease 0s,transform .2s ease 0s;
  -webkit-transition: opacity .2s ease 0s,transform .2s ease 0s;
}
.header .main-nav .menu .dp-tag .dp-menu:before {
  height: 8px;
  background-color: #fff;
  content: '';
  position: absolute;
  width: 8px;
  transform: rotate(45deg);
  top: -4px;
  left: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  z-index: 9;
}
.header .main-nav .menu .dp-tag .dp-menu:after {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  height: 8px;
  background-color: #fff;
  content: '';
}
.header .main-nav .menu .dp-tag .dp-menu li {
  line-height: 40px;
}
.header .main-nav .menu .dp-tag .dp-menu a {
  font-size: 15px;
  color: #666;
}
.header .main-nav .menu .dp-tag .dp-menu a:hover {
  color: #00aef3;
}
.header .main-nav .menu .dp-tag .in {
  opacity: 1;
  transform: translateY(0);
}
.footer {
  padding: 40px 0 0;
  background: #fbfbfb;
}
.footer .list {
  text-align: left;
  margin-bottom: 20px!important;
}
.footer .list .item {
  margin-top: 15px;
}
.footer .list .item a {
  color: #666;
}
.footer .list .item a:hover {
  color: #00aef3;
}
.footer .list .item i {
  margin-right: 7px;
}
.footer .last-list {
  border-right: 1px solid #d8d8d8;
}
.d-footer {
  padding: 20px 0;
  background: #000;
  position: relative;
}
.d-footer .rights {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  min-width: 540px;
  text-align: center;
}
.d-footer .rights a {
  color: #fff;
}
.d-footer .cnzz {
  position: absolute;
  left: 0;
  z-index: 9999;
  bottom: 0;
}
.b-bottom {
  border-bottom: 3px solid #1abd9d;
}
.fixedBox {
  width: 165px;
  z-index: 99999;
  cursor: pointer;
  position: fixed;
  top: 25%;
  right: 0;
  transition: all .3s ease;
  -webkit-transition: all .5s ease;
}
.fixedBox .rList {

  width: 125px;
 
  padding: 8px;
  float: right;
}
.fixedBox .rList .listLi {
  background: #c9c9c9;
  margin: 5px auto 0;
  padding: 8px;
  width: 74px;
  text-align: center;
  position: relative;
  transition: all .3s ease;
  -webkit-transition: all .3s ease ;
  opacity: 0.8
}
.fixedBox .rList .listLi:last-child {
  margin-bottom: 8px;
}
.fixedBox .rList .listLi:hover {
  background-color: #f1f1f1;
}
.fixedBox .rList .listLi .iconfont {
  font-size: 38px;
}
.fixedBox .rList .listLi .liText {
  margin-top: 3px;
}
.fixedBox .rList .listLi a,
.fixedBox .rList .listLi a:focus {
  color: #000;
}
.fixedBox .rList .Service {
  z-index: 999;
}
.fixedBox .rList .Service .hideQQ {
  position: absolute;
  top: 0;
  left: -159px;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  padding: 10px;
  z-index: 997;
  display: none;
}
.fixedBox .rList .Service .hideQQ img {
  width: 32px;
  height: 32px;
  margin-top: 5px;
}
.fixedBox .rList .Service .hideQQ .qqImg {
  background-image: url("../images/qq.png");
  width: 97px;
  height: 28px;
}
.fixedBox .rList .Service .hideQQ .leftLi {
  margin-left: 10px;
  text-align: left;
}
.fixedBox .rList .Service:hover {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.fixedBox .rList .Service:hover .hideQQ {
  display: block;
}
.fixedBox .rightSlide {
  width: 40px;
  height: 120px;
  background: #00aef3;
  float: right;
  text-align: center;
  color: #ffffff;
  cursor: pointer;
}
.moveRight {
  transform: translateX(125px);
  -webkit-transform: translateX(125px);
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.video-box {
  position: fixed;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -400px;
  height: 283px;
  display: none;
  z-index: 10;
}
.video-box .close {
  width: 40px;
  color: #999;
  background-color: #000;
  position: absolute;
  top: 0;
  right: -40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  opacity: 1;
  display: none;
}
.menban {
  z-index: 998;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.totop {
  position: fixed;
  z-index: 999;
  right: 5px;
  bottom: 75px;
  display: block;
  width: 26px;
  height: 62px;
  background: url(../images/rocket.png) no-repeat 0 0;
  -webkit-transition: all 0.2s ease-in-out;
}
.totop:hover {
  background: url(../images/rocket.png) no-repeat 0 -62px;
}
.d-box {
  z-index: 999999999;
  position: absolute;
}
.d-box img {
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: -360px;
}
.c-close {
  position: absolute;
  right: 615px;
  top: 210px;
  font-size: 20px;
  color: #ffffff;
  cursor: pointer;
}
.recruit {
  background: url(../images/rree.png);
  width: 200px;
  height: 232px;
  position: fixed;
  right: 0;
  z-index: 99999;
  bottom: 200px;
}
.smallOs {
  background: url("../images/smallos.png");
  height: 4179px;
  width: 1909px;
  position: relative;
}
.joinOs {
  position: absolute;
  bottom: 550px;
  width: 235px;
  height: 65px;
  left: 605px;
  display: inline-block;
}
.banner {
  height: 550px;
  position: relative;
  background: url("../images/index/iphone3.png") no-repeat;
  background-size: 100% 100%;
}
.banner .wrap-box {
  margin: 0 auto;
  padding-top: 150px;
  width: 750px;
}
.banner .wrap-box .title1 {
  display: block;
  margin: 0 auto 60px;
}
.banner .wrap-box .title2 {
  display: block;
  margin: 0 auto;
}
.banner .wrap-box .button {
  margin: 0 auto 60px;
}
.banner .wrap-box .button .common-banner-button {
  margin-top: 8px;
  cursor: pointer;
  display: inline-block;
  width: 156px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background: #ededed;
  border: 1px solid #c6c4c4;
  -webkit-transition: background 0.2s cubic-bezier(0.95, 0.01, 0.22, 0.65);
  transition: background 0.2s cubic-bezier(0.95, 0.01, 0.22, 0.65);
  font-size: 20px;
  color: #7c7878;
}
.banner .wrap-box .button .common-banner-button i {
  padding-right: 5px;
}
.banner .wrap-box .button .common-banner-button:hover {
  color: #fff;
  border-color: #1abd9d;
  background: #1abd9d;
}
.banner .wrap-box .button .wrap {
  background: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 177px;
  height: 77px;
  display: inline-block;
}
.banner .wrap-box .button .wrap:hover {
  background: url("../images/index/tx.png");
}
.banner .jiantou {
  position: absolute;
  left: 50%;
  bottom: 265px;
  margin-left: -580px;
  overflow: hidden;
}
@media screen and (max-width: 3000px) and (min-width: 1355px) {
  .banner .iphone1 {
    width: 370px;
    position: absolute;
    right: 400px;
    top: 30px;
    overflow: hidden;
  }
  .banner .iphone2 {
    width: 370px;
    position: absolute;
    right: 100px;
    bottom: 60px;
    float: right;
    overflow: hidden ;
  }
}
@media screen and (max-width: 1355px) and (min-width: 1200px) {
  .banner .iphone1 {
    width: 335px;
    position: absolute;
    right: 260px;
    top: 30px;
    overflow: hidden;
  }
  .banner .iphone2 {
    width: 335px;
    position: absolute;
    right: 100px;
    bottom: 60px;
    float: right;
    overflow: hidden ;
  }
}
@media screen and (max-width: 1200px) and (min-width: 1100px) {
  .banner .iphone1 {
    width: 300px;
    position: absolute;
    right: 240px;
    top: 30px;
    overflow: hidden;
  }
  .banner .iphone2 {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 60px;
    float: right;
    overflow: hidden ;
  }
}
@media screen and (max-width: 1100px) and (min-width: 1000px) {
  .banner .iphone1 {
    width: 280px;
    position: absolute;
    right: 165px;
    top: 30px;
    overflow: hidden;
  }
  .banner .iphone2 {
    width: 280px;
    position: absolute;
    right: 0;
    bottom: 60px;
    float: right;
    overflow: hidden ;
  }
}
@media screen and (max-width: 1000px) {
  .banner .iphone1 {
    width: 0;
    position: absolute;
    right: 157px;
    top: 30px;
    overflow: hidden;
  }
  .banner .iphone2 {
    width: 0;
    position: absolute;
    right: 100px;
    bottom: -55px;
    float: right;
    overflow: hidden ;
  }
}
.box {
  padding: 50px 0;
}
.box .a-what {
  background-image: url(../images/index/what1.png);
  display: inline-block;
  height: 42px;
  text-indent: -9999px;
  width: 344px;
  margin-bottom: 20px;
}
.box .wrap {
  margin: 30px auto 0;
  width: 615px;
}
.box .wrap .icon-wrap {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #969696;
  text-align: center;
  line-height: 95px;
  display: inline-block;
  cursor: pointer;
  color: #969696;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.box .wrap .icon-wrap:hover {
  border-color: #00aef3;
  box-shadow: 0 0 0 50px #00aef3 inset;
  color: #ffffff;
}
.box .wrap .icon-wrap i {
  font-size: 45px;
}
.box .icon-p {
  margin: 20px 0;
  font-size: 18px;
  display: block;
  color: #333333;
}
.box .special-p {
  color: #000;
  font-size: 26px;
  margin-bottom: 50px;
}

.g-box .a-for {
  background-image: url("../images/index/what2.png");
  display: inline-block;
  height: 42px;
  text-indent: -9999px;
  width: 344px;
  margin-bottom: 20px;
}
.g-box .f-box {
  padding-top: 20px;
}
.g-box .f-box .f-title {
  margin: 20px 0;
  font-size: 18px;
}
.g-box .f-box .f-btn {
  background-color: transparent;
  color: #00aef3;
}
.w-box {
 
}
.w-box .a-why {
  background-image: url("../images/index/why1.png");
  display: inline-block;
  height: 42px;
  text-indent: -9999px;
  width: 344px;
  margin-bottom: 20px;
}
.w-box .one {
  padding: 0 30px;
}
.w-box .one .w-content {
  color: #999999;
  line-height: 20px;
}
.support {
  border-bottom: 1px solid #f4f4f4;
}
.support .mp-box {
  border: 1px solid #3bc9ff;
  border-top-width: 3px;
  height: 290px;
  color: #3bc9ff;
}
.support .mp-box p {
  font-size: 20px;
  margin: 25px 0;
}
.support .ma-box {
  border: 1px solid #90ce57;
  border-top-width: 3px;
  height: 290px;
  color: #90ce57;
}
.support .ma-box p {
  font-size: 20px;
  margin: 25px 0;
}
.support .ms-box {
  border: 1px solid #ffc400;
  border-top-width: 3px;
  height: 290px;
  color: #ffc400;
}
.support .ms-box p {
  font-size: 20px;
  margin: 25px 0;
}
.support .ms-box img {
  margin-top: 20px;
}
.support .mw-box {
  border: 1px solid #f56560;
  border-top-width: 3px;
  height: 290px;
  color: #f56560;
}
.support .mw-box p {
  font-size: 20px;
  margin: 25px 0;
}
.support img {
  display: inline-block;
}
.support .button-wrap {
  margin-top: 30px;
}
.customer {
  background: url(../images/index/llcc.png) no-repeat;
  background-size: 100% 100%;
  height: 611px;
}
.customer .a-they {
  background-image: url("../images/index/custmer.png");
  display: inline-block;
  height: 42px;
  text-indent: -9999px;
  width: 423px;
  margin-bottom: 20px;
}
.customer .button-wrap-c {
  margin-top: 365px;
}
.com-f-logo {
  display: block;
  margin: 65px auto 0;
}
.hz .a-hz {
  background-image: url("../images/index/hezuo.png");
  display: inline-block;
  height: 42px;
  text-indent: -9999px;
  width: 152px;
  margin-bottom: 20px;
  height: 35px;
}
.hz .friends {
  margin: -50px 10px 10px 10px;
  display: inline-block;
}
.hz .friends .cp-logo {
  background-image: url("../images/index/chaiping.png");
  height: 65px;
  width: 152px;
  display: block;
  margin: 65px auto 0;
}
.hz .friends .al-logo {
  background-image: url("../images/index/ali.jpg");
  height: 65px;
  width: 152px;
  display: block;
  margin: 65px auto 0;
}
.hz .friends .a5-logo {
  background-image: url("../images/index/yuanma.png");
  height: 65px;
  width: 161px;
  display: block;
  margin: 65px auto 6px 0;
}
.hz .friends .tp-logo {
  background-image: url("../images/index/thinkphp.png");
  height: 37px;
  width: 149px;
  display: block;
  margin: 65px auto 14px;
}
.hz .friends .ping-logo {
  height: 58px;
  width: 151px;
  display: block;
  margin: 65px auto 3px;
}
.hz .friends .yc-logo {
  height: 40px;
  width: 220px;
  display: block;
  margin: 65px auto 14px;
}
.hz .friends .qn-logo {
  height: 60px;
  width: 152px;
  display: block;
  margin: 65px auto 0;
}
.hz .friends .tk-logo {
  height: 65px;
  width: 152px;
  display: block;
  margin: 65px auto 0;
}
.hz .friends .pgy-logo {
  height: 59px;
  width: 152px;
  display: block;
  margin: 65px auto 0;
}
.hz .friends .yxx-logo {
  height: 40px;
  width: 157px;
  display: block;
  margin: 65px auto 14px 7px;
}
.hz .friends .cz-logo {
  height: 65px;
  width: 152px;
  display: block;
  margin: 50px auto 7px 0;
}
.hz .friends .osc-logo {
  height: 65px;
  width: 182px;
  display: block;
  margin: 66px auto 3px -8px;
}
.hz .f-box .f-btn {
  background-color: transparent;
  color: #00aef3;
  margin-top: 20px;
  padding: 10px 28px;
}
.hz .f-box .f-btn .apply-p {
  color: #00aef3;
  display: table;
  width: 100%;
  line-height: 22px;
}
.hz .n-friend {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
}
.hz .n-friend:hover {
  border: 1px solid #00aef3;
  color: #00aef3;
}
.hz .n-friend i {
  margin-right: 10px;
}
.recruit {
  background: url(../images/rree.png);
  width: 200px;
  height: 232px;
  position: fixed;
  right: 0;
  z-index: 99999;
  bottom: 200px;
}
.carousel-indicators {
  width: 100%;
  left: 0;
}
.carousel-control .iconfont {
  position: absolute;
  top: 50%;
  display: inline-block;
  z-index: 5;
  font-size: 20px;
}
.smBtn {
  display: inline-block;
  padding: 8px 2em;
  opacity: .9;
  color: #fff;
  border: 2px solid transparent;
  background-color: #19bca1;
  transition: .3s;
  border-radius: 5px;
  letter-spacing: 2px;
  margin: 20px auto;
  cursor: pointer;
}
.closeBtn {
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  border-radius: 100%;
  color: #666;
  top: -10px;
  right: -10px;
  z-index: 9999999999;
  cursor: pointer;
}
